home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 09 - 1993 / 09.08 Aug 93 / Frontier / Menu Sharing / IAC Tools / iacinternal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-11  |  412 b   |  21 lines  |  [TEXT/KAHL]

  1.  
  2.  
  3. /*© Copyright 1988-1992 UserLand Software, Inc.  All Rights Reserved.*/
  4.  
  5. #define iacinternalinclude /*routines used internally to implementation of IAC Tools*/
  6.  
  7. #include <processes.h>
  8. #include <GestaltEqu.h>
  9. #include "iac.h"
  10.  
  11.  
  12.  
  13. void IACcopystring (void *, void *);
  14.  
  15. Boolean IACpushstring (void *, void *);
  16.  
  17. Boolean IACgetlongattr (AppleEvent *, AEKeyword, DescType, long *);
  18.  
  19. Boolean IACbreakembrace (void);
  20.     
  21.